Skip to content

Fixing the amplitude scaling issue#2

Open
CodingChimpanzee wants to merge 3 commits intojiecui:masterfrom
CodingChimpanzee:master
Open

Fixing the amplitude scaling issue#2
CodingChimpanzee wants to merge 3 commits intojiecui:masterfrom
CodingChimpanzee:master

Conversation

@CodingChimpanzee
Copy link
Copy Markdown

This pull request will solve the issue regarding with issue #1

Two codes were changed:

  • MEF_import1.21\mef_matlab\matlab\MEF_2p1@MEFSession_2p1\get_info_data.m
    At line 45 "var_names" and "var_types": I added 'voltage_conversion_factor' and 'double'
    After line 91, I added the line: sess_info.voltage_conversion_factor(k) = header_k.voltage_conversion_factor;

  • MEF_import1.21\mef_matlab\matlab\MEF_2p1@MEFSession_2p1\import_sess.m
    After line 63, I added the line: x_k = x_k*this.SessionInformation.voltage_conversion_factor(k);

Removed outdated comment regarding code addition.
Updated comment to clarify voltage adjustment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant